@charset "UTF-8";

body .x-btn button, body .btn, body .btnImportant, body .btnDisabled, body .btnCancel, body .menuButton .menuButtonButton, body .menuButton .menuButtonMenu a, body .menuButton .menuButtonMenu input.theOption, h1, h2, h3, h4, h5, h6 {
	font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
}

ul li, ol li {
  margin-left: 6px;
  padding-left: 0;
}

/* Response to incorrect styles by common.css */
body button:hover, body .btn:hover, body .btnCancel:hover, body .menuButton .menuButtonButton:hover {
  background-position: center;
}

/* Adjustment to fit others */
.header-title, .section-title, .sub-section-title, .question-title, p, h3 {
    display: block;
    font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

.fr-styling_title,
.u-uqFont-l,
.u-uqFont-r,
.u-uqFont-b {
  font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif !btnImportant;
}

/* GU IQ */
#guiq {
  position: fixed;
  bottom: 10px;
  right: 0;
  display: none;
  z-index: 1000;
}

#guiq .logo {
  box-sizing: borderbox;
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 7px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

#guiq .logo img {
  vertical-align: bottom;
  border-style: none;
  width: 100%;
}

@media screen and (min-width:813px) {

  /* GU IQ */
  #guiq {
  right: 16px;
}
  #guiq .logo {
    box-sizing: borderbox;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 7px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  }
}